This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineEditor Interface > IEngineEditor.Task Property (ArcObjects .NET 10.5 SDK) |
The edit task at the specified index.
[Visual Basic .NET] Public Function get_Task ( _ ByVal index As Integer _ ) As IEngineEditTask
[C#] public IEngineEditTask get_Task ( int index );
[C++]
HRESULT get_Task(
long index,
IEngineEditTask** Task
);
[C++]
Parameters index [in] index is a parameter of type long Task [out, retval]
Task is a parameter of type IEngineEditTask
Use this property to get a reference to the engine edit task specified by the index parameter.